Welcome![Sign In][Sign Up]
Location:
Search - socket programming in c

Search list

[Booksbcb6界面实例开发

Description: pdf文件,c++ builder教程-pdf documents, c++ builder tutorial
Platform: | Size: 310272 | Author: 道奇蝰蛇 | Hits:

[Windows Develop套接字编程

Description: E:\C#\套接字编程.rar-E : \ C# \ socket programming. Rar
Platform: | Size: 24576 | Author: | Hits:

[JSP/Javaclient-server

Description: 利用Socket编程制作一个简单的C/S应用。其中,Client端为GUI程序,用于提供界面输入两个数,并有1个“发送”按钮,另外还有一个 TextField用于显示传来的计算结果;Server端用于监听连接请求、计算发送过来的两数的和、送回数据结果。-Socket programming produced using a simple C/S applications. Which side of the GUI Client procedures used to provide input interface number two, and a "send" button, there is another TextField came for the show results; Terminal Server connectivity for wiretapping request, sent over the calculation of the number two and, for the return data results.
Platform: | Size: 1024 | Author: 刘流 | Hits:

[Internet-Networkunix-socket

Description: unix环境下socket编程服务器端示例。开发环境:gcc、vim。在linux和solaris上测试通过-unix environment server socket programming examples. Development environment : gcc, vim. Solaris and the Linux on the test
Platform: | Size: 1024 | Author: 能通 | Hits:

[.netMatlab

Description: Matlab与C语言程序的应用编程接口 在unix下写socket程序可能是最方便,只要掌握其一般步骤,就可以松的写出面向传输层的应用。-Matlab and C language programming in the application programming interface to write socket program under unix is probably the most convenient, as long as the master of its general steps, you can write a song-oriented transport layer of the application.
Platform: | Size: 2048 | Author: yhood lee | Hits:

[Internet-NetworkCSharp_Socket

Description: C# Socket编程例子,多数也是网上找的资料,请大家指出不足指出。-C# Socket programming examples, most are also looking for information online, please identify shortcomings pointed out that the U.S..
Platform: | Size: 61440 | Author: luomu | Hits:

[Internet-Networks_p

Description: socket编程,linux下使用,包含单线程和多线程两种情况-socket programming, linux use, including single-threaded and multi-threaded two situations
Platform: | Size: 14336 | Author: 郭江亮 | Hits:

[P2Pudppostfile

Description: C语言实现的文件传输程序,使用socket编程的网络传输程序-C Language realize the file transfer procedures, the use of socket network programming procedures
Platform: | Size: 8192 | Author: weixiangfeng | Hits:

[Linux-Unixsocket

Description: linux下面实现的socket网络编程。可以实现多客户端联机server的功能。-linux following the realization of the socket network programming. Can be achieved online multi-client server functionality.
Platform: | Size: 14336 | Author: 孙帮山 | Hits:

[Windows DevelopSockets

Description: Socket programming in C Sharp
Platform: | Size: 15360 | Author: nafizahmed | Hits:

[Internet-NetworkLINUX-socket

Description: Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返 回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是一种面向连接的Socket,针对于面向连接的TCP服务应用;数据 报式Socket是一种无连接的Socket,对应于无连接的UDP服务应用。-Socket interface is TCP/IP network API, Socket Interface defines a number of functions or routines, the programmer can use them to develop TCP/IP network applications. Study on the Internet want TCP/IP network programming, we must understand the Socket Interface. Socket Interface Designer is the first interface on the Unix operating system inside. If you know Unix system input and output, then it is easy to understand the Socket. Socket data transmission network is a special kind of I/O, Socket is a file descriptor. Socket also has a similar function call to open the file of the Socket (), the function return an integer of Socket descriptor, then the connection set up, data transmission and other operations through the implementation of the Socket. Socket type commonly used in two ways: streaming Socket (SOCK_STREAM) and data reported type Socket (SOCK_DGRAM). Streaming is a connection-oriented Socket, for in the TCP connection-oriented service applications Datagram Socket t
Platform: | Size: 1406976 | Author: 陈威 | Hits:

[Other2240234-Socket-Programming

Description: windows socket programming in C++.
Platform: | Size: 144384 | Author: mahesh | Hits:

[Internet-NetworkTCP.IP.Sockets.in.C.Practical.Guide.for.Programmer

Description: linux下socket编程,c语言版本,大师的经典之作,做socket编程不得不看,但是是外文的,不过经典的东西往往都是外文的-linux under the socket programming, c language version, the master' s classic, do socket programming had to look at, but it is in foreign languages, but the classic things that are often in foreign languages. .
Platform: | Size: 6346752 | Author: | Hits:

[TCP/IP stackC.Sockets

Description: Socket programming in C - use the currently accepted functions which are IPv6 compliant. Older code only works with IPv4. Plenty of code included, as well as explanation.-Socket programming in C - use the currently accepted functions which are IPv6 compliant. Older code only works with IPv4. Plenty of code included, as well as explanation.
Platform: | Size: 537600 | Author: Gno | Hits:

[Internet-NetworkWindows-Socket-Programming

Description: Socket programming in visual c-Socket programming in visual c++
Platform: | Size: 331776 | Author: william | Hits:

[Internet-NetworkSocket-Programming-in-CSharp

Description: The Program Socket Programming is used a starter for those who wants to write C# Codes using Net Sockets. It lets you to use Socket Connections with other Systems. The Server Waits for the Connection and gives a Warm Welcome Message to the User Or the Client. Tools/API Information : This Programme it Written using Net.Socket and no extra Feature is used. This is written with the Aim that anyone should understand the Usage of Sockets and NetWorks and to show that C# has got great Support for NetWorking. Benefit : There are lots of codes still I am sending this because of its Simplicity and you can use write this Code with just a NotePad/TextPad/Editor.
Platform: | Size: 1024 | Author: Majid | Hits:

[Internet-Networksocket

Description: 基于 C/S 模式的 Socket编程,包括客户端和服务端两个程序,有文档说明-Socket programming in C/S mode, the two programs, including client and server, documentation...
Platform: | Size: 415744 | Author: 刘鑫 | Hits:

[Otherc-sockets

Description: c sockets socket programming in C/C-c sockets socket programming in C/C++
Platform: | Size: 169984 | Author: ukesh | Hits:

[Internet-NetworkCPP-Network-Socket-Programming

Description: 本书主要介绍socket部分的内容,里面包含一些socket常用的方法和如何在c++中进行socket编程-This book introduces the socket part of the content, which contains some commonly used socket methods and how to socket programming in c++
Platform: | Size: 88064 | Author: 小刘 | Hits:

[TCP/IP stackcs556-3rd-tutorial

Description: Introduction to Sockets Programming in C using TCP/IP
Platform: | Size: 615424 | Author: RealPeterWang | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net